Configurates
C1.Web.Mvc.DropDown<T>.IsRequired. Sets a value indicating whether the control value must be a non-empty string.
Syntax
'Declaration
Public Overridable Function IsRequired( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder IsRequired(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also